projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
603dd72
)
filechooser: Remove a leftover signal emission
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 23 Jul 2020 11:58:57 +0000
(07:58 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 23 Jul 2020 16:54:07 +0000
(12:54 -0400)
Commit
0145809a94667c75ed4a4
replace the response-requested
signal with an action, but didn't actually remove the emission
of that no-longer-existing signal.
Fixes: #2942
gtk/gtkfilechooserwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserwidget.c
b/gtk/gtkfilechooserwidget.c
index 3f0bddf223098e6a8a3258f8db0bb4420b0869a0..4c9360571e1055303c4942019bf4f25fc66b808f 100644
(file)
--- a/
gtk/gtkfilechooserwidget.c
+++ b/
gtk/gtkfilechooserwidget.c
@@
-5701,7
+5701,6
@@
static void
request_response_and_add_to_recent_list (GtkFileChooserWidget *impl)
{
gtk_widget_activate_action (GTK_WIDGET (impl), "response.activate", NULL);
- g_signal_emit_by_name (impl, "response-requested");
add_selection_to_recent_list (impl);
}